- value
- Buffer that contains the values to set.
- length
- Number of values to set. NumericValueCount is updated with this value.
Visual Basic (Declaration) | |
---|---|
Overloads Public Sub SetNumericValue( _ ByVal value() As Double, _ ByVal length As Integer _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DicomWaveformAnnotation Dim value() As Double Dim length As Integer instance.SetNumericValue(value, length) |
C++/CLI | |
---|---|
public: void SetNumericValue( array<double>^ value, int length ) |
Parameters
- value
- Buffer that contains the values to set.
- length
- Number of values to set. NumericValueCount is updated with this value.
For an example, refer to DicomDataSet.WaveformGroupCount.
The values set using this methods will be ignored if UnformattedTextValue is not a null reference (Nothing in Visual Basic).
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)